testing.common.helperNames (field)

7 uses

	testing (current package)
		fuzz.go#L124: 		f.helperNames = nil // map will be recreated next time it is needed
		testing.go#L498: 	helperNames map[string]struct{}  // helperPCs converted to function names
		testing.go#L627: 		if c.helperNames == nil {
		testing.go#L628: 			c.helperNames = make(map[string]struct{})
		testing.go#L630: 				c.helperNames[pcToName(pc)] = struct{}{}
		testing.go#L633: 		if _, ok := c.helperNames[frame.Function]; !ok {
		testing.go#L1006: 		c.helperNames = nil // map will be recreated next time it is needed